projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d88265
)
(find-file-noselect): Use %d to format large file size.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Oct 2005 16:20:12 +0000
(16:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Oct 2005 16:20:12 +0000
(16:20 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 4373738080a7c8b37279770649019138023599b5..c4273a859fb76ec4e02497fc4b7cbbf7e63160ee 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1414,7
+1414,7
@@
the various files."
(not (or buf nowarn))
(> (nth 7 attributes) large-file-warning-threshold)
(not (y-or-n-p
- (format "File %s is large (%
s
MB), really open? "
+ (format "File %s is large (%
d
MB), really open? "
(file-name-nondirectory filename)
(/ (nth 7 attributes) 1048576)))))
(error "Aborted"))